home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
misc
/
samples2
/
newform.bas
< prev
next >
Wrap
BASIC Source File
|
1995-07-23
|
262b
|
10 lines
'Declare global variable to indicate the # of forms
'created. This only reflects new instances created
'at runtime, not the original form created at design
'time
Global iNumForms As Integer
'Create a global object type array
Global MyForm() As Form1